Skip to content

feat(scale): implement scale cost with real provider pricing data#225

Merged
ralyodio merged 2 commits into
profullstack:masterfrom
wjgong001:feat/scale-cost-real-implementation
May 17, 2026
Merged

feat(scale): implement scale cost with real provider pricing data#225
ralyodio merged 2 commits into
profullstack:masterfrom
wjgong001:feat/scale-cost-real-implementation

Conversation

@wjgong001
Copy link
Copy Markdown
Contributor

Closes #224

Replaces the sh1pt scale cost stub with a working implementation that shows per-provider pricing from a curated table of 11 cloud providers, reads local fleet state, and generates --json output.

…ofullstack#224)

Replaces the stub  command with a working implementation:

- Curated pricing table for 11 cloud providers (RunPod, DigitalOcean,
  Vultr, Hetzner, Atlantic.Net, Railway, Cloudflare, Fly.io, Supabase,
  NVIDIA, Firebase)
- Reads local .sh1pt/credentials.json for fleet instance counts
- Per-provider breakdown with hourly/monthly costs
- Rightsizing suggestions for expensive GPU instances
- --json flag for machine-readable output
- Graceful guidance when no instances are provisioned
@ralyodio ralyodio merged commit 2ec45d6 into profullstack:master May 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(scale): implement sh1pt scale cost with real provider pricing data and JSON output

2 participants